home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: How to listen to a port < 1024
- Date: Mon, 08 Jan 96 22:58:00 GMT
- Organization: none
- Message-ID: <821141880snz@genesis.demon.co.uk>
- References: <brianrDKvJAx.MzG@netcom.com>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <brianrDKvJAx.MzG@netcom.com> brianr@netcom.com "Brian Rankin" writes:
-
- >I have a program that listens to a port on an IP address. I'd like it
- >to listen to port 80, but don't know how to make this happen (I understand
- >that ports < 1024 are somehow "restricted"...). What's the proper way to
- >make this work? Sorry if I'm posting to the incorrect newsgroup..
-
- IP/socket programming is not defined by the C language. The way you do this
- is governed very much by the system you are programming on. Post to a
- newsgroup relevant to your particular system e.g. comp.unix.programmer for
- Unix systems.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-